projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b272456
)
Fix warning due to typo
author
Alexander Larsson
<alexl@redhat.com>
Tue, 27 Jan 2009 14:11:39 +0000
(15:11 +0100)
committer
Alexander Larsson
<alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:28 +0000
(10:15 +0200)
gdk/x11/gdkasync.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkasync.c
b/gdk/x11/gdkasync.c
index 585c9ef2b9a28870b75f3afb894b33f3a7a992a1..b230c1fabaeeee01337554e132976d2b91cb6785 100644
(file)
--- a/
gdk/x11/gdkasync.c
+++ b/
gdk/x11/gdkasync.c
@@
-772,7
+772,7
@@
roundtrip_handler (Display *dpy,
int len,
XPointer data)
{
- RoundtripState *state = (
SendEvent
State *)data;
+ RoundtripState *state = (
Roundtrip
State *)data;
if (dpy->last_request_read == state->get_input_focus_req)
{